| 1. | Every optional parameter declaration must supply the 每个可选参数声明都必须提供 |
| 2. | Gets the parameter declarations for the method 获取方法的参数声明。 |
| 3. | Gets or sets the custom attributes for the parameter declaration 获取或设置参数声明的自定义属性。 |
| 4. | Generates code for the specified parameter declaration expression 为指定的参数声明表达式生成代码。 |
| 5. | Listing 3 is an example of an initialization parameter declaration 清单3是一个初始化参数声明的例子。 |
| 6. | A parameter declaration collection 参数声明集合。 |
| 7. | Represents a parameter declaration for a method , property , or constructor 表示方法、属性或构造函数的参数声明。 |
| 8. | A parameter declaration 参数声明。 |
| 9. | Return its parameters by reference , not by value , when output is specified for any specific parameter declaration 如果对于任何特定的参数声明都指定了output ,则按照引用返回它的参数,而不是按照值返回。 |
| 10. | Before a method can be called , the argument values must be pushed on the stack , in left - to - right order corresponding to the parameter declarations 方法调用之前,必须根据参数声明,按照从左到右的顺序把对应的实参压入堆栈。 |